home *** CD-ROM | disk | FTP | other *** search
- /*•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- • •
- • File Name: Parasite_Manager.h •
- • ---------- •
- • •
- • Copyright © 1990 Apple Computer, Inc. All Rights Reserved •
- • •
- • Description •
- • ----------- •
- • This file contains the public interface to the parasite manager. •
- • The parasite manager will install and remove the SLUDGE parasite. •
- • The SLUDGE parasite is what slows down the machine. •
- • •
- • History •
- • ------- •
- • •
- • Author Date Description •
- • ------------------------------------------------------------------ •
- • Kevin McEntee 2/20/90 Original Implementation •
- • •
- • •
- •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
-
- #ifndef __PMAN__
- #define __PMAN__
-
-
-
- void Install(Handle cdevStorage, long Sludge_Factor);
-
- void remove(Handle cdevStorage);
-
- #endif
-
-